Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from jamesblasco:main #1

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 26, 2023

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added ⤵️ pull merge-conflict Resolve conflicts manually labels Jan 26, 2023
jamesblasco and others added 27 commits January 28, 2023 19:03
* fix: deprecate duplicated name

* fix: support flutter 3.7

* feat: add pre release version
* 🐛 (Annotated region)

Move annatated region in _CupertinoBottomSheetContainer and made overlayStyle depend on transitionBackgroundColor luminance

* 🐛 (OverlayStyle)

remove computed overlayStyle in showCupertinoModalBottomSheet function
Tries to mirror changes made in flutter/flutter PR 126535 for devicePixelRatio

Does not mirror changes made to scroll_position.dart

  @OverRide
  double get devicePixelRatio => context.devicePixelRatio;
* feat: sheet improvements

* fix: remove unused simulation

* fix: rebase

* fix: update dependencies
This PR flutter/flutter#137304 makes SemanticsNode.isMergedIntoParent readonly, which makes the customized scrollable.dart incompatible.
* Expose onattach and ondetach in scroll controller

* Expose on attach and detach in sheet controller
* chore: Upgrade compileSdkVersion, targeSdkVersion and kotlinVersion

* chore: Upgrade gradle version

* chore: Fix incompatibility with Java 16
* fix: lints

* feat: fix inner not resizing

* fix: expanded
* feat: release

* feat: add changelog
…e` (#434)

* Fix the system UI overlay style in the `CupertinoModalBottomSheetRoute`

* Fix background color

* Reduce rebuilds

---------

Co-authored-by: Jonas Wanke <[email protected]>
Bumps [mocktail](https://github.com/felangel/mocktail) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/felangel/mocktail/releases)
- [Commits](felangel/mocktail@mocktail-v1.0.3...mocktail-v1.0.4)

---
updated-dependencies:
- dependency-name: mocktail
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [meta](https://github.com/dart-lang/sdk/tree/main/pkg) from 1.11.0 to 1.12.0.
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/1.12.0/pkg)

---
updated-dependencies:
- dependency-name: meta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [lints](https://github.com/dart-lang/lints) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/dart-lang/lints/releases)
- [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md)
- [Commits](dart-lang/lints@v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: lints
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [lints](https://github.com/dart-lang/lints) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/dart-lang/lints/releases)
- [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md)
- [Commits](dart-lang/lints@v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: lints
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… true (#411)

* include resizeable in sheet performLayout

* Update resize logic

---------

Co-authored-by: Hari07 <[email protected]>
* feat: add draggable property to CupertinoSheetRoute 

it seems like a nice addition to me to let users customise this behaviour, also it might mitigate some scrolling issues users have.

* chore: reformatted changed content

---------

Co-authored-by: Jaime Blasco <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⤵️ pull merge-conflict Resolve conflicts manually
Projects
None yet
Development

Successfully merging this pull request may close these issues.